home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / h / phs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-02-01  |  758 b   |  19 lines

  1. /*
  2.  *      activity phase-recording
  3.  *
  4.  *      use files to timestamp activity phases for channels
  5.  */
  6.  
  7. #define PHS_CNSTRT  1           /* start connecting to site */
  8. #define PHS_CNGOT   2           /* got connection to site */
  9. #define PHS_CNEND   3           /* end connection to site */
  10. #define PHS_RESTRT  4           /* start reading (sending) mail from site */
  11. #define PHS_REMSG   5           /* finished reading one message */
  12. #define PHS_REEND   6           /* end reading (sending) mail from site */
  13. #define PHS_WRSTRT  7           /* start writing (picking up) mail to site */
  14. #define PHS_WRMSG   8           /* finished writing one message  */
  15. #define PHS_WREND   9           /* end writing (picking up) mail to site */
  16.  
  17.  
  18. extern time_t phs_get ();
  19.